Package-level declarations

Types

Link copied to clipboard
data class UALPageView(val name: String, val payload: Map<String, String>)

Represents a page view event in the prepurchase discovery flow.

Link copied to clipboard
data class UALUserAction(val name: String, val category: String, val label: String, val value: String, val payload: Map<String, String>)

Represents a user action event in the prepurchase discovery flow.